.iconApp {
  background-color: #8d23c2;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  opacity: 0.3s ease-in-out;
}

.menu {
  left: 6px;
}

figcaption {
  padding-top: 5px;
}

#confText{
  position   : relative;
  top        : -15px;
  left       : -140px;
  text-align : center;
  white-space: pre;
  color      : white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400px;
  text-shadow: 0px 0px 3px #000000;
  transition: opacity 1s ease-in-out;
  display    : block

}

#Cancel,#Accept{
  position  : absolute;
  height    : 40px;
  left      : 29%;
  top       : 49%;
  transform : scale(0,0);
  transition: transform 0.10s;
  filter    : drop-shadow(0px 0px 0.5px rgb(0, 0, 0));
  cursor    : pointer;
}
#Accept{
  left     : 51%;
}
#Sent{
  height    :95px;
  left      :28%;
  top       :27.5%;
  position  : absolute;
  transform : scale(0,0);
  transition: transform 0.10s;
}
